* GtkStackSidebar has a single CSS node with name stacksidebar and
* style class .sidebar.
*
- * When circumstances require it, GtkStackSwitcher adds the
+ * When circumstances require it, GtkStackSidebar adds the
* .needs-attention style class to the widgets representing the stack
* pages.
*
* Since: 3.16
*/
-
+
struct _GtkStackSidebarPrivate
{
GtkListBox *list;
*
* The ::state-set signal on GtkSwitch is emitted to change the underlying
* state. It is emitted when the user changes the switch position. The
- * default handler keeps the state in sync with the #GtkState:active
+ * default handler keeps the state in sync with the #GtkSwitch:active
* property.
*
* To implement delayed state change, applications can connect to this signal,